home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo d S C A R V E R S I O N
- echo -------------------------
- echo ***** *****
- echo * * *
- echo **** * *
- echo * * *
- echo ***** * *****
- echo.
- if /%1==/ goto ERROR
- :GO
- echo If you are NOT currently logged into the drive you want dSCAR v3.0
- echo installed in, hit CTRL-C to abort. Otherwise, press any key.
- pause >nul
- echo.
- echo Copying DSCAR.EXE from %1 to current drive & directory
- copy %1DSCAR.EXE >nul
- echo.
- echo If you are mainly using Clipper or FoxBase, you may specify which
- echo one you are using.
- echo.
- %1askyn "Are you using Clipper?"
- if errorlevel 1 goto FOX
- %1use_clip
- goto END
- :FOX
- %1askyn "Are you using FoxBase?"
- if errorlevel 1 goto END
- %1use_fox
- goto END
- :ERROR
- echo Follow these steps to install dSCAR:
- echo.
- echo 1) Log into the drive and directory you want dSCAR installed in.
- echo 2) Put the original dSCAR disk into the disk drive.
- echo 3) Run the install batch file by specifying the drive letter
- echo where dSCAR is located, like this:
- echo.
- echo %0 A:
- echo.
- echo In this case we assumed dSCAR was located on drive A:
- :END
- echo.
-